home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / syncview.zip / SYNCVIE2.CTL < prev    next >
Text File  |  1995-02-12  |  9KB  |  202 lines

  1. ;                                 Syncview 1.0
  2. ;                              Configuration File
  3. ;
  4. ;
  5. ;                Any text following a semi-colon (;) are ignored.
  6. ;   The semi-colons are comment markers.  Remove them to activate option.
  7. ;                Please see Syncview.doc for command line parameters.
  8. ;------------------------------------------------------------------------------
  9. ;
  10. ;Sysopfirst  Specifies the first name of the sysop as it will be shown to
  11. ;            the users.
  12. ;
  13. SYSOPFIRST John
  14. ;------------------------------------------------------------------------------
  15. ;
  16. ;SysopLast   Specifies the last name of the sysop as it will be shown to
  17. ;            the users.
  18. SYSOPLAST Doe
  19. ;------------------------------------------------------------------------------
  20. ;
  21. ;  BBSName   Specifies the name of the bbs as it will be shown to users.
  22. ;
  23. BBSNAME The Unknown BBS
  24. ;------------------------------------------------------------------------------
  25. ;
  26. ;Mono        Will disable color on the local side. (Necessary if you are
  27. ;            running a monochrome system)
  28. ;
  29. ;------------------------------------------------------------------------------
  30. ;
  31. ;BBSType     Specifies the type of bbs software under which this door program
  32. ;            will be run. Valid bbs types include:
  33. ;
  34. ;       ::::------- Put your bbs type here! Select from those listed above
  35. ;       ::::
  36. ;       \/\/
  37. BBSTYPE RBBS
  38. ;                  DOORSYS - The DOOR.SYS format (Wildcat! 3.xx, TAG, etc)
  39. ;                     RBBS - Rbbs version 16.1+  (uses DORINFOx.DEF*)
  40. ;                    QUICK - Quickbbs,Force,R.A. (uses DORINFOx.DEF**)
  41. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  42. ;                    PCB14 - Pcboard version 14
  43. ;                    PCB15 - Pcboard version 15
  44. ;                  PHOENIX - Phoenix bbs
  45. ;                 SPITFIRE - Spitfires drop file (SFDOORS.DAT)
  46. ;                     WWIV - WWIV bbs (uses chain.txt)
  47. ;                 CALLINFO - Old Wildcat 2.xx
  48. ;
  49. ;  Notes: There are at least two different types of DORINFOx.DEF
  50. ;           *  ANSI graphics is selected when a "2" is passed in the graphics
  51. ;              parameter of the DORINFOx.DEF.   RBBS standard.
  52. ;          **  ANSI graphics is selected when a "1" is passed in the graphics
  53. ;              parameter of the DORINFOx.DEF.   QuickBBS,Remote Access,FORCE,
  54. ;              UltraBBS and many shareware BBSes require this type.
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ;ComPort     For bbs types that do not have the com-port contained in their
  58. ;            door information files (such as PCBOARD-12), you will have to
  59. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  60. ;            not the whole word COM1.  If you find that one node locks up
  61. ;            another node you may have to use this option.
  62. ;            [NOTE: You can also specify the comport using /Cx from the
  63. ;            command line]
  64. ;
  65. ;                   If you are using a bbs type that doesn't provide the com
  66. ;        ::-------- port num in it's door information file (such as pcb-12),
  67. ;        \/         then uncomment this line and put your com port here.
  68. ;COMPORT 1
  69. ;
  70. ;------------------------------------------------------------------------------
  71. ;
  72. ;Fossil      Selecting this option will cause doordriver to use a fossil port
  73. ;            driver.  Otherwise doordriver will use its own internal comport
  74. ;            handlers.  Note - do not use both fossil and Xfossil at the same
  75. ;            time. Maximum ANSI standard speed of 38,400.
  76. ;
  77. ;            Uncomment the next line if you use a fossil device driver with 
  78. ;            speeds up to 38,400 baud.
  79. ;   ::------
  80. ;   ::      
  81. ;   \/      
  82. FOSSIL     
  83. ;
  84. ;------------------------------------------------------------------------------
  85. ;
  86. ;Xfossil   Selecting this option will cause SYNCVIEW to use the extended fossil
  87. ;          driver speeds in both X00 or BNU.   This will support speeds of
  88. ;          57,800 or higher baud.  Otherwise DDPlus will use its own internal
  89. ;          comport handlers.  This option neither open or closes the fossil
  90. ;          but reads and writes to it in whatever state it is when the door
  91. ;          is run.
  92. ;
  93. ;   ::------ Uncomment the next line if you use a fossil device driver using 
  94. ;   ::       extended speeds above 38,400 baud.
  95. ;   \/   
  96. ;XFOSSIL
  97. ;
  98. ;------------------------------------------------------------------------------
  99. ;
  100. ;LockBaud    This will specify a locked baud rate. If you specify this
  101. ;            parameter, then no matter what the bbs software says, this
  102. ;            baud rate will be used. [NOTE: You can also specify the locked
  103. ;            baud rate using /Bxxxx from the command line]
  104. ;
  105. ;           ::------If you are locking ports uncomment this line and set this
  106. ;           ::      number to the port speed.
  107. ;           \/
  108. LOCKBAUD 57600
  109. ;
  110. ;------------------------------------------------------------------------------
  111. ;
  112. ;Port1       If you must use a non-standard interrupt, doordriver can be
  113. ;Port2       configured for IRQs 0-15. The port# indicates the chosen comport
  114. ;Port3       Follow this with the port address in hex.  Afterward put the IRQ
  115. ;Port4       in decimal.  For an example if comport 3 at irq 15 and address
  116. ;            $03E8 was needed use the following:
  117. ;            PORT3 03E8 15
  118. ;
  119. ;       ::------------ If you are going to use a non-standard IRQ place the
  120. ;       ::             port address in hex one space after the PORT# option.
  121. ;       ::
  122. ;       ::  ::-------- If you have a non-standard IRQ position the IRQ number
  123. ;       \/  \/         one space after the ports' hex address.
  124. ;PORT1 03F8 4
  125. ;PORT2 02F8 3
  126. ;PORT3 03E8 15
  127. ;PORT4 02E8 3
  128. ;
  129. ;------------------------------------------------------------------------------
  130. ;
  131. ;Maxtime     The maxtime parameter will allow you to specify a maximum time
  132. ;            per session that a user may be in the door. (i.e. if you
  133. ;            specified 30 minutes, then if the user had 60 mins left, he could
  134. ;            only play for 30 mins)
  135. ;
  136. ;------------------------------------------------------------------------------;;
  137. ;Status      Specify "ON" if you wish the status line to appear at the bottom
  138. ;            of "OFF" if you wish it to be disabled.
  139. ;
  140. ;------------------------------------------------------------------------------
  141. ;
  142. ;Statfore    Statfore foreground color of the status line and the major input
  143. ;            fields. (default 7  light-grey)
  144. ;
  145. Statfore 15
  146. ;
  147. ;------------------------------------------------------------------------------
  148. ;
  149. ;Statback    The background color of the status line (default 1)
  150. ;
  151. Statback 5
  152. ;
  153. ;------------------------------------------------------------------------------
  154. Color1       
  155. ;            Tells SYNCVIEW to select ANSI graphics when a "1" is passed
  156. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  157. ;            understand, FORCE and QUICKBBS require this option set although
  158. ;            RBBS should not.
  159. ;------------------------------------------------------------------------------
  160. ;
  161. ;  INACTIVITY TIMEOUT X MINUTES
  162. ;
  163. ;  SYNCVIEW will return the caller back to the BBS if there is no keyboard
  164. ;  activity after the length of time you specify here.  The default timeout
  165. ;  period is 3-minutes of no keyboard activity.
  166. ;
  167. INACTIVITY TIMEOUT 3 MINUTES
  168. ;
  169. ;------------------------------------------------------------------------------
  170. ;
  171. ;        ARCHIVE DIRECTORY
  172. ;
  173. ;        Tells Syncview where all your Compression Utilities are located!
  174. ;        Current Archivers Syncview Supports are the following.  You must
  175. ;        have these files for syncview to work!
  176. ;        Supported file viewing: Zip, Arc, Lzh, Pak, Arj
  177. ;
  178. ;                      ** FILES NEEDED **
  179. ;
  180. ;        ARJ.EXE, PKUNZIP.EXE, PKUNPAK, LHA.EXE, PAK.EXE,
  181. ;
  182. ARCHIVE DIRECTORY C:\UTILITY
  183. ;
  184. ;------------------------------------------------------------------------------
  185. ;       This is the directory that Syncview will unpack all files to, this 
  186. ;       directory has to be defined!
  187. ;
  188. ;
  189. WORK DIRECTORY C:\SYNCVIEW\WORK2
  190. ;------------------------------------------------------------------------------
  191. ;
  192. ; REGISTRATION NUMBER
  193. ;
  194. ;  Your Registration Key Code supplied when registered.  If you have
  195. ;  already registered SYNCVIEW, Simply enter your key Number here.  If not,
  196. ;  Please register SYNCVIEW today..
  197. ;
  198. REGISTRATION NUMBER SV0000000000
  199. ;
  200. ;------------------------------ End of File ----------------------------------
  201.  
  202.